home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 926 < prev    next >
Encoding:
Text File  |  1996-08-06  |  671 b   |  30 lines

  1. Newsgroups: comp.lang.c++
  2. Path: dragon.acadiau.ca!911288c
  3. From: 911288c@dragon.acadiau.ca (EDwin Chung)
  4. Subject: Ceditview in visual c++
  5. Message-ID: <1996Jan8.134901.23102@relay.acadiau.ca>
  6. Sender: news@relay.acadiau.ca
  7. Nntp-Posting-Host: dragon.acadiau.ca
  8. Organization: Acadia University
  9. Date: Mon, 8 Jan 1996 13:49:01 GMT
  10.  
  11.  
  12. hi,
  13.  
  14.     I am working on a editor using MFC.
  15.     I am using CEditView as base class.
  16.     now i have a simple MDI editor.
  17.  
  18.     Question.
  19.  
  20.     How can i put a string / char into the document??
  21.     I hope to add a button on the Toolbar.
  22.     When i press it, it put a string / char into the current
  23.     document.
  24.  
  25.     How do i control the cusor position ??
  26.  
  27.     thanks...
  28.  
  29. Edwin
  30.